home *** CD-ROM | disk | FTP | other *** search
/ Super League / Super League.iso / TUTORIAL / CURSO / TEMA22.DXR / 00026.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  101 b   |  11 lines

  1. global inicio
  2.  
  3. on enterFrame
  4.   general()
  5.   set inicio to the ticks
  6. end
  7.  
  8. on exitFrame
  9.   go(#loop)
  10. end
  11.